github.com/golang/mock/gomock.assignableToTypeOfMatcher.targetType (field)

3 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L160: 	targetType reflect.Type
		matchers.go#L164: 	return reflect.TypeOf(x).AssignableTo(m.targetType)
		matchers.go#L168: 	return "is assignable to " + m.targetType.Name()